home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / Gestalt Selectors 3.3.sit / Gestalt Selectors 3.3 / Gestalt Selectors List 3.3 / Updates / Update 3.2.3 < prev    next >
Text File  |  1996-02-05  |  16KB  |  442 lines

  1.  
  2.  
  3. Hi all,
  4.  
  5. It's been quite. Not much new info on the net, or on CD-ROMs. But we all
  6. know Apple has other things on its mind than selectors...
  7.  
  8. But one promising thing is the PPCP (formerly CHRP) of which a demo was
  9. given to show the MacOS running on a IBM PPCP machine.
  10. When you get your hands on one, can you get me a dump of the Gestalt
  11. selectors! :-)
  12.  
  13. News (rumours?) about new Network Servers and Workgroup Server was found
  14. at the MacWEEK Web site (http://www.zdnet.com/~macweek). This info was
  15. added to the GSL and this update.
  16.  
  17. Because there hasn't been much new info, apart for unknown selectors for
  18. third parties software, I decided to postpone the release of GSL 3.3 at
  19. least one month.
  20.  
  21. Bye,
  22. Rene
  23.  
  24.  
  25. Gestalt Selectors List 3.2.3 Update
  26. ===================================
  27.  
  28. Maintained and published by Rene G.A. Ros (rgaros@bio.vu.nl)
  29.  
  30. First published: 12 October 1992, 13:15 CET (GMT+1)
  31. Last version   : 11 December 1995, 08:05 CET (GMT+1)
  32. Previous update: 1 January 1996, 01:40 CET (GMT+1)
  33. Last modified  : 5 February 1996, 20:30 CET (GMT+1)
  34.  
  35. The complete version is available to subscribers by sending an email to:
  36.      gestalt-selectors-list-request@bio.vu.nl
  37. with as subject:
  38.      archive get recent/gestalt-selectors.etx
  39. or to get the compressed version:
  40.      archive get recent/gestalt-selectors.sit.hqx
  41.  
  42. If this is the first update you receive since subscribing to the mailing
  43. list you may want to get the previous updates as well. Then email to the
  44. address listed above and use this command:
  45.      archive get updates/updates-comb.etx
  46.  
  47. A vertical bar in front of a line indicates the line has changed or was
  48. added.
  49.  
  50. PLEASE SEND COMMENTS AND CORRECTIONS TO THE EDITOR AS SOON AS POSSIBLE.
  51.  
  52. The following persons contributed to this update:
  53.  
  54. ===========================================================================
  55. Contributions to the selector sections
  56. ===========================================================================
  57. Person                 Software                Selector(s) added/changed
  58. ---------------------------------------------------------------------------
  59. Dave Axler             Conflict Catcher ext    ccGS
  60.                        Desktop Tuneup ext      dkTU
  61.                        Glidel ext              Gldl
  62.                        Grabber Settings cp     TslX
  63.                        Menuette cp             Muet
  64.                        PowerFPU cp             Ffpu
  65.                        QuicKeys Toolbox ext    IACk
  66.                        ShutdownFX ext?         2FX1
  67.                        System                  mixd
  68.                        unknown                 1FX2, 1FX3, 1FX4, 2FX2,
  69.                                                2FX3, 2FX4
  70. Etienne Bido           unknown                 BAKG, DDJ4, FI01, FxMu,
  71.                                                PrSw
  72. Jon Pugh               AppleScript ext         ascv
  73. Rene Ros               MacTCP cp               mtcp
  74.                         (awaiting confirmation by Colen Garoutte-Carson)
  75.                        ShowInitAndName code    SIaN
  76.                        System (enablers)       mach
  77. ---------------------------------------------------------------------------
  78.  
  79. ===========================================================================
  80. Contributions to the non-selector sections
  81. ===========================================================================
  82. Person                 Chapter/Section
  83. ---------------------------------------------------------------------------
  84. Rene Ros               Reports/Gestalt Applications
  85.                        Reports/Relabled Macintosh Models
  86. ---------------------------------------------------------------------------
  87.  
  88. Apple System Software (A-E)
  89. ===========================
  90.  ascv (AppleScript ext [1.0])
  91.       gestaltAppleScriptVersion &AS08
  92.       Returns the version of AppleScript as NumVersion?
  93.  
  94.       #define gestaltAppleScriptVersion 'ascv' /* AppleScript version */
  95.  
  96.       NOTE:
  97.       AppleScript 1.1 returns 0x01100110 which doesn't look like a proper
  98.       version number (version 1.0 returned 0x01008000). (Rene Ros)
  99. |     This is actually just a bug in the way AppleScript provides the
  100. |     version. Some day it will be fixed. (Jon Pugh)
  101.  
  102. Apple System Software (F-J)
  103. ===========================
  104. No changes.
  105.  
  106. Apple System Software (K-N)
  107. ===========================
  108.  mach (System [6.0.4]) INF
  109.       gestaltMachineType
  110.       Returns one of the following values, indicating the type of
  111.       machine.
  112.  
  113.       enum {
  114.       #define gestaltMachineType 'mach' /* machine type */
  115.  
  116.       /* UNKNOWN RELEASED COMPUTERS */
  117.       gestaltPowerBook550c?      = ???, /* Macintosh PowerBook 550c */
  118.  
  119. |     /* Network Servers with only AIX (IBM's UNIX) but also include Mac */
  120. |     /* ROMs, hence a boxflag and Machine ID is assigned? */
  121. |     gestaltNetworkServer500?   = ???, /* Network Server 500/132 */
  122. |     gestaltNetworkServer700?   = ???, /* Network Server 700/150 */
  123.       };
  124.  
  125.  mixd (System? [7.1.2?])
  126.       gestaltMixedModeAttr
  127.       Returns information about the Mixed Mode Manager.
  128.  
  129.       enum {
  130.       #define gestaltMixedModeAttr 'mixd' /* Mixed Mode Mgr attributes */
  131.       gestaltPowerPCAware = 0,  /* True if MMMgr Supports PowerPC */
  132. |     gestalt???          = 1}; /* unknown, on PM 8100/100 */
  133.  
  134.       NOTE:
  135.       The name 'gestaltMixedModeVersion' (as used in IM OS Utilites and
  136.       IM PowerPC System Software) is incorrect. It may be listed in
  137.       Gestalt header files for a limited time for backwards compatibility.
  138.       (Rene Ros)
  139.  
  140.  mtcp (MacTCP cp [1.1])
  141.       (Open Tpt MacTCP [3.0a2])
  142.       gestaltMacTCPVersion? &AD01
  143.       Returns the version of MacTCP, if opened, as index-value. If MacTCP is
  144.       not opened a value of 0 is returned.
  145.  
  146.       #define gestaltMacTCPVersion? 'mtcp'
  147.  
  148.       ======================================================================
  149.       MacTCP responses
  150.       ======================================================================
  151.       Version   Response   Remarks
  152.       ----------------------------------------------------------------------
  153.        all         0       MacTCP not opened.
  154.        1.1         1
  155.        1.1.1       2
  156.        2.0.x       3
  157.        3.0         4       Part of Open Transport 1.0
  158.       ----------------------------------------------------------------------
  159.  
  160. |     WRNING:
  161. |     Rumour goes this selector is not installed with A/UX. Versions of
  162. |     MacTCP and A/UX involved are unknown.
  163.  
  164.       NOTE:
  165.       No constants are defined by the documentation.
  166.  
  167. Apple System Software (O-S)
  168. ===========================
  169. No changes.
  170.  
  171. Apple System Software (T-Z)
  172. ===========================
  173. No changes.
  174.  
  175. Apple Additional Software
  176. =========================
  177. No changes.
  178.  
  179. Third Parties Software
  180. ======================
  181. |SIaN (future software, checked for by ShowInitAndName code [1.0]
  182. |                       by Storm Impact, Inc.)
  183. |     gestaltShowInitAndName
  184. |     Returns the address of a routine to replace the drawing of the icon
  185. |     during startup. This is to easily implement future methods of drawing
  186. |     icons, perhaps even calling a System routine instead. &M08
  187. |
  188. |     #define gestaltShowInitAndName 'SIaN'
  189.  
  190. Unknown Gestalt Selector Codes
  191. ==============================
  192.  
  193. Apple Software
  194. --------------
  195. No changes.
  196.  
  197. Third Parties Software
  198. ----------------------
  199. |1FX2 (???)
  200. |1FX3 (???)
  201. |1FX4 (???)
  202. |2FX1 (ShutdownFX ext? [2.1?] by ???)
  203. |2FX2 (???)
  204. |2FX3 (???)
  205. |2FX4 (???)
  206. |BAKG (???)
  207. |ccGS (Conflict Catcher ext ? [3.0?] by ???)
  208. |     NOTE: The 'cc' are actually option-c (0x8D).
  209. |
  210. |DDJ4 (???)
  211. |dkTU (Desktop Tuneup ext [2.0.1?] part of upgrade for ScreenScapes products
  212. |      by KiwiSoft)
  213. |Ffpu (PowerFPU cp [1.0.1?] by John Neil & Associates)
  214. |FI01 (???)
  215. |FxMu (???)
  216. |Gldl (Glidel ext [???] by ???]
  217. |IACk (QuicKeys Toolbox ext [???] by ???)
  218. |Muet (Menuette cp [2.0.1?] by Tiger Software/Robert Matthews)
  219. |PrSw (???)
  220. |TslX (Grabber Settings cp [2.0?] part of Internet Arranger by CE Software)
  221.  
  222. Reports
  223. =======
  224.  
  225. Gestalt Applications
  226. --------------------
  227. (by Rene Ros)
  228.  
  229. |Gestalt.Appl 2.6.6 (Jean-Pierre Curcio)
  230. |     Displays responses from installed selectors and information about the
  231. |     returned responses.
  232. |     THIS IS THE 'OFFICIAL' GESTALT HUNTERS TOOL! Please send saved config
  233. |     files from Gestalt.Appl to the editor.
  234. |
  235. |     ftp://sumex-aim.stanford.edu/info-mac/cfg/gestalt-appl-266.hqx
  236. |
  237. |     Contact: Jean-Pierre Curcio (JPC83@calvacom.fr)
  238. [other software and their locations is omitted]
  239.  
  240. Relabled Macintosh Models
  241. -------------------------
  242.  (by Rene Ros;
  243.   Originally based on the Mac Models List by J.D. Sterling Babcock.
  244.   Since Summer 1995 based on MacFacts by Apple Computer Inc.)
  245.  
  246.  The Performa models usually (there are some exceptions) return a  machine
  247.  ID# for the model they are based on. The table below lists several models
  248.  which are simply relabled and the hardware model they are based on.
  249.  
  250.  ===========================================================================
  251.  Relabled Machines
  252.  ===========================================================================
  253.  Relabled Model          Hardware Model               Note
  254.  Name                    Constant
  255.  ---------------------------------------------------------------------------
  256.  Macintosh ED            gestaltMacPlus               sold in Netherlands?,
  257.                                                       512K with Mac SE case
  258.                                                       color
  259.  Macintosh LC III+       gestaltPerforma460
  260.  Performa 200            gestaltClassicII
  261.  Performa 250            gestaltMacColorClassic       sold in Australia and
  262.                                                       Britain
  263.  Performa 275            gestaltMacColorClassic
  264.  Performa 400            gestaltMacLCII
  265.  Performa 405            gestaltMacLCII
  266.  Performa 410            gestaltMacLCII
  267.  Performa 430            gestaltMacLCII
  268.  Performa 450            gestaltMacLCIII
  269.  Performa 460                                         not relabeled, own ID
  270.  Performa 466            gestaltPerforma460
  271.  Performa 467            gestaltPerforma460
  272.  Performa 475            gestaltMacLC475
  273.  Performa 476            gestaltMacLC475
  274.  Performa 520            gestaltMacLC520
  275.  Performa 550            gestaltMacLC550
  276.  Performa 560            gestaltMacLC550
  277.  Performa 575            gestaltMacLC575
  278.  Performa 577            gestaltMacLC575
  279.  Performa 578            gestaltMacLC575
  280.  Performa 580            gestaltMacLC580
  281.  Performa 588            gestaltMacLC580
  282.  Performa 600                                         not relabeled, own ID
  283.  Performa 630            gestaltMac630
  284.  Performa 631            gestaltMac630
  285.  Performa 635            gestaltMac630
  286.  Performa 636            gestaltMac630
  287.  Performa 637            gestaltMac630
  288.  Performa 638            gestaltMac630
  289.  Performa 640            gestaltMac630
  290.  Performa 5200           gestaltPowerMac5200_75
  291.  Performa 5210           gestaltPowerMac5200_75
  292.  Performa 5215           gestaltPowerMac5200_75
  293.  Performa 5220           gestaltPowerMac5200_75
  294.  Performa 6110           gestaltPowerMac6100_60
  295.  Performa 6112           gestaltPowerMac6100_60
  296.  Performa 6115           gestaltPowerMac6100_60
  297.  Performa 6116           gestaltPowerMac6100_60
  298.  Performa 6117           gestaltPowerMac6100_60
  299.  Performa 6118           gestaltPowerMac6100_60
  300.  Performa 6200           gestaltPowerMac6200_75
  301.  Performa 6216           gestaltPowerMac6200_75
  302.  Performa 6218           gestaltPowerMac6200_75
  303.  Performa 6220           gestaltPowerMac6200_75
  304.  Performa 6230           gestaltPowerMac6200_75
  305.  Performa 6300           gestaltPowerMac6200_75
  306.  PowerMac 6100/60AV      gestaltPowerMac6100_60
  307.  PowerMac 7100/66AV      gestaltPowerMac7100_66
  308.  PowerMac 8100/80AV      gestaltPowerMac8100_80
  309.  PowerMac WGS 6150/60    gestaltPowerMac6100_60
  310.  PowerMac WGS 6150/66    gestaltPowerMac6100_66
  311.  PowerMac WGS 8150/80    gestaltPowerMac8100_80
  312.  PowerMac WGS 8150/110   gestaltPowerMac8100_110
  313.  Quadra 660AV            gestaltMacCentris660AV
  314.  Workgroup Server 60     gestaltMacCentris610
  315.  Workgroup Server 80     gestaltMacQuadra800
  316.  Workgroup Server 95     gestaltQuadra950
  317.  Workgroup Server 95+    gestaltQuadra950
  318. |Workgroup Server 7250   gestaltPowerMac7200 ? @ 120 MHz
  319. |Workgroup Server 8550   gestaltPowerMac8500 ? @ 132 MHz
  320.  ---------------------------------------------------------------------------
  321.  
  322. General Info
  323. ============
  324.  
  325. Sources
  326. -------
  327.  M    Miscellaneous sources
  328. |M08    Source code of ShowInitAndName (Storm Impact, Inc.)
  329.  
  330. About this list
  331. ===============
  332. For this update this chapter only includes the 'Gestalt Submission Form',
  333. 'Acknowledgements' and 'Editors' Address' sections.
  334.  
  335. Gestalt Submission Form
  336. -----------------------
  337. You can use this form to report information you found on already included
  338. selectors. But you can also use it to register new Gestalt selector codes.
  339. If you want to register the selector code your software installs, make sure
  340. you registered your code first with Apple Computer, Inc. Also, it is your
  341. good right if you chose to keep the meaning of the response value private.
  342. If so, still register so that others can at least detect your software by
  343. determining if the selector is present.
  344.  
  345. Software means, in this form, the software which installs the selector
  346. code. Not the whole package, just the extension or control panel (perhaps
  347. application) itself.
  348. The package is the product name in which the software is included and
  349. distributed.
  350. If data is not available or relevant, leave it blank. When the selector
  351. contains non-ASCII characters, please also provide the hexadecimal value.
  352.  
  353. You can also fill in this form on-line because it is also on the WWW
  354. pages of the GSL: http://www.bio.vu.nl/home/rgaros/gestalt/
  355.  
  356.  
  357. Your name: 
  358.  
  359. Your email address: 
  360.  
  361. Your company name: 
  362.  
  363. Do you want to remain anonymous? Yes / No
  364.  
  365. Software name: 
  366.  
  367. Software type: O application 
  368.                O control panel
  369.                O extension (also 'appe')
  370.                O other:
  371.  
  372. Category:      O Apple System Software
  373.                O Apple Additional Software
  374.                O Apple Software
  375.                O Third Parties Software
  376.  
  377. Package name: 
  378.  
  379. Author or Company name: 
  380.  
  381. Gestalt Selector: 
  382.  
  383. Constant name: 
  384.  
  385. First version to install selector: 
  386.  
  387. Source of information: 
  388.  
  389. Short description of the returned response:
  390.  
  391.  
  392.  
  393.  
  394.  
  395. Additional constant names and values for the response value meaning:
  396.  
  397.  
  398.  
  399.  
  400.  
  401. Please email this form to this Internet address: rgaros@bio.vu.nl
  402.  
  403. Acknowledgements
  404. ----------------
  405. I want to thank the following persons for their contributions to this
  406. update and their support of this list:
  407.  
  408. ===========================================================================
  409. Name                                       Internet Email Address
  410. ---------------------------------------------------------------------------
  411. Dave Axler                                 CJ DaveAx@aol.com
  412. Etienne Bido                               bido@xs4all.nl
  413. Colen Garoutte-Carson                      colen@teleport.com
  414. Robert Hess (MacWEEK editor, died on 12 January 1996)
  415. Jon Pugh                                   jonpugh@netcom.com
  416. ---------------------------------------------------------------------------
  417.  
  418. Legal Stuff
  419. -----------
  420. (C) 1992-1996, Rene G.A. Ros
  421.  
  422. It is not allowed to distribute updates to the GSL. The full GSL can be
  423. used freely but is not public domain.
  424. See for legal information the Legal Stuff chapter of the full Gestalt
  425. Selectors List.
  426.  
  427. Editor's Address
  428. ----------------
  429. Rene G.A. Ros
  430. developer at Mac Support Automation B.V., Uitgeest, The Netherlands
  431. consultant to the Computer Department,
  432.     Biology Faculty, Vrije Universiteit Amsterdam, The Netherlands
  433. contract programmer Pascal and C, also 4th Dimension and other data-bases
  434.  
  435. D.C. van Krimpenstraat 3
  436. 1067 SG  Amsterdam-Geuzenveld
  437. The Netherlands, Europe
  438.  
  439. Email: rgaros@bio.vu.nl (preferred)
  440.        rgaros@dds.nl
  441.        100112.1363@compuserve.com
  442.